Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AEXC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16771862 | 2 years ago | | | 0 | 0.0017701203 | |
| 16771859 | 2 years ago | | | 0 | 0.0031518395 | |
| 16387098 | 2 years ago | | | 0 | 0.0013085672 | |
| 16387092 | 2 years ago | | | 0 | 0.0015447950 | |
| 16376946 | 2 years ago | | | 0 | 0.0019826100 | |
| 16272885 | 2 years ago | | | 0 | 0.00066558688 | |
| 16192313 | 2 years ago | | | 0 | 0.00070379046 | |
| 16192310 | 2 years ago | | | 0 | 0.0013150515 | |
| 16134577 | 2 years ago | | | 0 | 0.0017874255 | |
| 16134314 | 2 years ago | | | 0 | 0.0023078000 |
ABI
ABI objects
Getter at block 21321526
_currentRequest() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
AEXC
owner() view returns (address)
0x9061507bde188bacdf7ebd2d935cba91118d2b24
symbol() view returns (string)
AEXC
totalSupply() view returns (uint256)
5000000000000000000000000
Read-only
_requests(uint256) view returns (uint256 _burnAmount, address _burnAddress, bool isSecondTierApproved, bool isThirdTierApproved)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAdmin(address) view returns (bool)
isSecondTier(address) view returns (bool)
isThirdTier(address) view returns (bool)
State-modifying
Events addAdmin(address[] _users, bool status)
approve(address spender, uint256 amount) returns (bool)
createBurnRequest(address _burnAddress, uint256 _burnAmount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
editTierUser(address[] _users, uint256 _tier, bool _status)
fulfillBurnRequest(uint256 requestId, uint256 _tier)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnRequestCreated(address _burnAddress, uint256 _burnAmount)
BurnRequestFulFilled(uint256 _requestId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.