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 "AurusCOIN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19751786 | 7 months ago | | | 0 | 0.00016361212 | |
| 19615313 | 7 months ago | | | 0 | 0.00042744257 | |
| 16169929 | 2 years ago | | | 0 | 0.00044983411 | |
| 14315858 | 3 years ago | | | 0 | 0.0013016865 | |
| 13729209 | 3 years ago | | | 0 | 0.0025765749 | |
| 13701180 | 3 years ago | | | 0 | 0.0018897082 | |
| 13499331 | 3 years ago | | | 0 | 0.0025337582 | |
| 13499316 | 3 years ago | | | 0 | 0.0030128802 | |
| 12799648 | 3 years ago | | | 0 | 0.00072252482 | |
| 12577194 | 3 years ago | | | 0 | 0.00026779500 |
ABI
ABI objects
Getter at block 21179669
cap() view returns (uint256)
30000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
AurusCOIN
oldAWXContract() view returns (address)
0xa1c4d403ad39ab741626ce509eb80e3706b15d8d
owner() view returns (address)
0x795b8dc0c4722061abbff6b780a7d76feb2219ba
paused() view returns (bool)
true
symbol() view returns (string)
AWX
totalSupply() view returns (uint256)
30000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
whitelist(address) view returns (bool)
State-modifying
Events addPauser(address account)
addToWhitelist(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
forceTransfer(address sender, address recipient, uint256 amount, bytes32 details)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
migrateBalances(address[] _accounts)
pause()
removeFromWhitelist(address account)
renounceOwnership()
renouncePauser()
stopMigration()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
ForceTransfer(address indexed from, address indexed to, uint256 value, bytes32 details)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
WhitelistAdded(address indexed account)
WhitelistRemoved(address indexed account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.