AEN Smart Token
Verified contract
Active on
Ethereum with 9,623 txns
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 "AEN Smart Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20868526 | 2 months ago | | | 0 | 0.00082409188 | |
| 20451993 | 4 months ago | | | 0 | 0.000038976877 | |
| 20451984 | 4 months ago | | | 0 | 0.000053595000 | |
| 17934623 | a year ago | | | 0 | 0.0012681425 | |
| 17840170 | a year ago | | | 0 | 0.00052497956 | |
| 17839839 | a year ago | | | 0 | 0.00086422983 | |
| 17839623 | a year ago | | | 0 | 0.00085974468 | |
| 17459363 | a year ago | | | 0 | 0.0032164200 | |
| 17414421 | a year ago | | | 0 | 0.0025463574 | |
| 16910790 | 2 years ago | | | 0 | 0.00056105371 |
ABI
ABI objects
Getter at block 21294909
_totalSupply() view returns (uint256)
400000000000000000
decimals() view returns (uint8)
8
getOwner() view returns (address)
0x8e7e99fba6af18daae8bcf6155eec8ca0838d229
getWhitelistRule() view returns (bytes1)
0x00
name() view returns (string)
AEN Smart Token
owner() view returns (address)
0x8e7e99fba6af18daae8bcf6155eec8ca0838d229
symbol() view returns (string)
AENS
totalSupply() view returns (uint256)
400000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
balances(address) view returns (uint256)
detectTransferRestriction(address _from, address _to, uint256 _value) view returns (uint8 restrictionCode)
isFrozen(address _account) view returns (bool)
managers(address) view returns (bool)
messageForTransferRestriction(uint8 _restrictionCode) view returns (string _message)
whiteList(address) view returns (bytes1)
State-modifying
Events acceptOwnership()
addManager(address managerAddress)
addToReceiveAllowed(address _to)
addToSendAllowed(address _to)
approve(address spender, uint256 value) returns (bool)
burn(address account, uint256 value)
freeze(address _to)
mint(address account, uint256 amount)
pause()
removeFromBothSendAndReceiveAllowed(address _to)
removeFromReceiveAllowed(address _to)
removeFromSendAllowed(address _to)
removeManager(address managerAddress)
resume()
setWhitelistRule(bytes1 _newRule)
transfer(address _to, uint256 _value) returns (bool)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unFreeze(address _to)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.