ACE Entertainment Token
Verified contract
Active on
Ethereum with 6,683 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ACE | ERC-20 | 147.11443K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18839264 | a year ago | | | 0 | 0.0013567718 | |
| 18816522 | a year ago | | | 0 | 0.0027275157 | |
| 18811972 | a year ago | | | 0 | 0.0024291378 | |
| 18511558 | a year ago | | | 0 | 0.0013053945 | |
| 16007191 | 2 years ago | | | 0 | 0.00069927196 | |
| 15925189 | 2 years ago | | | 0 | 0.00052860972 | |
| 15375095 | 2 years ago | | | 0 | 0.0011813100 | |
| 15374997 | 2 years ago | | | 0 | 0.0011809500 | |
| 15374852 | 2 years ago | | | 0 | 0.0011809500 | |
| 15369683 | 2 years ago | | | 0 | 0.00078730000 |
ABI
ABI objects
Getter at block 21162055
decimals() view returns (uint8)
6
name() view returns (string)
ACE Entertainment Token
owner() view returns (address)
0x04dc45f16b6717a80a567aca5b785a8c53b68155
paused() view returns (bool)
false
symbol() view returns (string)
ACE
totalSupply() view returns (uint256)
1091580896412886
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
showLockState(address _owner) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
lock(address _owner) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlock(address _owner) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address burner, uint256 value)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.