Minions
Verified contract
Proxy
Active on
Ethereum with 3,986 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 |
---|---|---|---|---|---|
Minions | ERC-20 | 4.495165T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198038 | 12 hours ago | | | 0 | 0.00090066189 | |
| 21197669 | 14 hours ago | | | 0 | 0.00099870034 | |
| 21197645 | 14 hours ago | | | 0 | 0.0010618258 | |
| 21197078 | 16 hours ago | | | 0 | 0.00072756270 | |
| 21197051 | 16 hours ago | | | 0 | 0.00095594626 | |
| 21196965 | 16 hours ago | | | 0 | 0.0010059607 | |
| 21196765 | 17 hours ago | | | 0 | 0.00077046741 | |
| 21196497 | 17 hours ago | | | 0 | 0.00096805723 | |
| 21196349 | 18 hours ago | | | 0 | 0.0010037782 | |
| 21196332 | 18 hours ago | | | 0 | 0.0010423366 |
ABI
ABI objects
Getter at block 21201712
decimals() view returns (uint8)
18
initialized() view returns (bool)
true
name() view returns (string)
Minions
symbol() view returns (string)
Minions
totalSupply() view returns (uint256)
1000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
init(address _creator, uint256 _totalSupply, string _name, string _symbol, uint8 _decimals)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.