AntsColonyUSDANTstablecoin
Verified contract
Active on
Ethereum with 172 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 "AntsColonyUSDANTstablecoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17679666 | a year ago | | | 0 | 0.00097958522 | |
| 17679660 | a year ago | | | 0 | 0.0017799124 | |
| 17679570 | a year ago | | | 0 | 0.0011008514 | |
| 17679543 | a year ago | | | 0 | 0.0015943956 | |
| 17679129 | a year ago | | | 0 | 0.0018309895 | |
| 17676431 | a year ago | | | 0 | 0.00060728059 | |
| 17671480 | a year ago | | | 0 | 0.0021440509 | |
| 17671473 | a year ago | | | 0 | 0.0020118870 | |
| 17595132 | a year ago | | | 0 | 0.00065833290 | |
| 17578152 | a year ago | | | 0 | 0.00094221000 |
ABI
ABI objects
Getter at block 21275134
decimals() view returns (uint8)
6
name() view returns (string)
USDANT Stablecoin
owner() view returns (address)
0x3368593631360d93c4a1e67a1cfa84ef94ce9667
symbol() view returns (string)
USDANT
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blockedAccounts(address) view returns (bool)
getBlockStatus(address _maker) view returns (bool)
State-modifying
Events addBlock(address _address)
approve(address spender, uint256 amount) returns (bool)
burn(address from, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
removeBlock(address _address)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AddedBlocked(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedBlocked(address _user)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.