Balances ($0.00)
No balances found for "AMMO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20085361 | 5 months ago | | | 0 | 0.00035032830 | |
| 20083089 | 5 months ago | | | 0 | 0.00047916820 | |
| 20081946 | 5 months ago | | | 0 | 0.00039533723 | |
| 20081838 | 5 months ago | | | 0 | 0.00038891270 | |
| 20081147 | 5 months ago | | | 0 | 0.00042838153 | |
| 20076592 | 5 months ago | | | 0 | 0.00085222714 | |
| 20076263 | 5 months ago | | | 0 | 0.00099252922 | |
| 20076238 | 5 months ago | | | 0 | 0.0010667698 | |
| 20076235 | 5 months ago | | | 0 | 0.00085007946 | |
| 20068627 | 6 months ago | | | 0 | 0.00037057365 |
ABI
ABI objects
Getter at block 21277734
decimals() view returns (uint8)
18
name() view returns (string)
AMMO
owner() view returns (address)
0x107cd8d7b9080542b6b576ca6457cbab5a9526bb
stakingContract() view returns (address)
0x70b06bb073cda244cb13e607bf1f498386997273
symbol() view returns (string)
$AMMO
totalSupply() view returns (uint256)
33221542812499999999999326
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _from, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _stakingContract, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.