MetaFactory
Verified contract
Active on
Ethereum with 2,669 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 "MetaFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155971 | 18 hours ago | | | 0 | 0.00031152734 | |
| 21155963 | 18 hours ago | | | 0 | 0.00030289453 | |
| 21155961 | 18 hours ago | | | 0 | 0.00030592540 | |
| 21155956 | 18 hours ago | | | 0 | 0.00031148231 | |
| 21155953 | 18 hours ago | | | 0 | 0.00029189418 | |
| 21155951 | 18 hours ago | | | 0 | 0.00051686299 | |
| 21152346 | a day ago | | | 0 | 0.00051785230 | |
| 21087804 | 10 days ago | | | 0 | 0.00045870856 | |
| 21042596 | 17 days ago | | | 0 | 0.00021271210 | |
| 20982107 | 25 days ago | | | 0 | 0.00020867755 |
ABI
ABI objects
Getter at block 21161433
admin() view returns (address)
0x2150cb38ee362bceac3d4a2704a82eeed02e93ec
decimals() view returns (uint8)
18
name() view returns (string)
MetaFactory
symbol() view returns (string)
ROBOT
totalSupply() view returns (uint256)
420000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
exitToCommunity() returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause(bool _pause) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ExitedToCommunity()
Paused(bool state)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.