Axie-Origin
Verified contract
Active on
Ethereum with 68 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Axie-Origin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18837379 | 10 months ago | | | 0 | 0.00073659293 | |
| 18803147 | a year ago | | | 0 | 0.00093593248 | |
| 18803146 | a year ago | | | 0 | 0.00089536869 | |
| 17008281 | 2 years ago | | | 0 | 0.00044654252 | |
| 12943809 | 3 years ago | | | 0 | 0.00097197540 | |
| 12933088 | 3 years ago | | | 0 | 0.0013021680 | |
| 12863147 | 3 years ago | | | 0 | 0.00079060200 | |
| 12863137 | 3 years ago | | | 0 | 0.00079060200 | |
| 12777095 | 3 years ago | | | 0 | 0.0023253000 | |
| 12772425 | 3 years ago | | | 0 | 0.00050166738 |
ABI
ABI objects
Getter at block 21095465
decimals() view returns (uint8)
18
name() view returns (string)
Axie-Origin
owner() view returns (address)
0xaf93fcce0548d3124a5fc3045adaf1dde4e8bf7e
symbol() view returns (string)
AXIE-ORIGIN
totalSupply() view returns (uint256)
21000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
changeName(string name)
changeSymbol(string symbol)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.