-
Notifications
You must be signed in to change notification settings - Fork 0
/
Error Codes.txt
99 lines (89 loc) · 3.06 KB
/
Error Codes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Categories:
0. General
1. Permission & Control
2. Find, Inequalities & Range
3. Availability & Time
4. Tokens, Funds & Finance
Codes:
0. General
E-000 - Failure
E-001 - Success
E-002 - ALREADY_INIT
E-003 - Requires Migration
E-004 - Already Migrated
1. Permission & Control
E-100 - [--Unused--]
E-101 - PAUSED
E-102 - NOT_OWNER, transfer of token that is not own
E-103 - NOT_OWNER_OR_ADMIN, NOT FUNDER
E-104 - NOT_TOKEN_CREATOR, NOT_CREATOR
E-105 - INVALID_OPERATOR, NOT_TOKEN_OPERATOR, NOT_OWNER_OR_OPERATOR, transfer caller is not owner nor approved, approve caller is not owner nor approved for all
E-106 - CANNOT_BE_SELF
E-107 - charged particles not set
E-108 - only charged particles, ONLY_CONTROLLER
E-109 - ONLY_WALLET_MGR
E-110 - only proton
E-111 - approval to current owner, approve to caller
E-112 - caller must be source contract
E-113 - not minter
E-114 - minting not allowed yet
E-115 - already activated
E-116 - not yet activated
E-117 - address not allowed
2. Find, Inequalities & Range
E-200 - [--Unused--]
E-201 - INVALID_INDEX,
E-202 - array length mismatch
E-203 - TokenID not in posession of smart wallet.
E-204 - invalid chronological order
E-205 - amount must be positive
E-206 -
E-207 -
E-208 -
E-209 -
3. Availability & Time
E-300 - [--Unused--]
E-301 - release time is before current time
E-302 - TOKEN_TIMELOCKED
E-303 - TOKEN_TEMP_LOCKED
E-304 - emergency withdraw too soon
E-305 - previous epoch not initialized
E-306 - epoch is in the future
E-307 -
E-308 -
E-309 -
4. Tokens, Funds & Finance
E-400 - [--Unused--]
E-401 - TRANSFER_FAILED, REWARDS_TRANSFER_FAILED, SEND_FAILED
E-402 - transfer to non ERC721Receiver implementer
E-403 - zero address, invalid token address, INVALID_TOKEN_ID, INVALID_LP_BRIDGE, INVALID_RECEIVER
E-404 - no universe or dao
E-405 - nonexistent token
E-406 - add portions failed (MINT_FAILED)
E-407 - token already minted
E-408 - cap exceeded
E-409 - exceeds locked amount, decreased allowance below zero, lock amount exceeds allowance
E-410 - INSUFF_DEPOSIT, EXCESS_DEPOSIT
E-411 - INSUFF_ASSETS, INSUFF_BALANCE, insufficient balance, INSUFF_FUNDS
E-412 - INSUFF_CHARGE
E-413 - INSUFF_SUPPLY
E-414 - INSUFF_PAYMENT
E-415 - INSUFF_FEE
E-416 - TOKEN_NOT_FOR_SALE
E-417 - Invalid Token Contract, invalid address,
E-418 - INVALID_WALLET_MGR
E-419 - INVALID_WALLET_MANAGER, INVALID_BASKET_MANAGER
E-420 - INVALID_INTERFACE
E-421 - INVALID_PCT
E-422 - INVALID_WBOSON
E-423 - INVALID_REWARD_TOKEN
E-424 - INVALID_ASSET
E-425 - token already exists in basket
E-426 - token does not exist in basket
E-427 - exceeds max allowance
E-428 - token type not found
E-429 - minting restricted to limited amount
E-430 - only 1 lepton per NFT allowed
E-431 - portion already claimed
E-432 - balance too small
E-433 - Cannot deposit NFT inside itself