A Fools Gold
Verified contract
Active on
Ethereum with 1,486 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 "A Fools Gold"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105003 | 3 days ago | | | 0 | 0.00027976219 | |
| 20942376 | 25 days ago | | | 0 | 0.0012347198 | |
| 20511631 | 3 months ago | | | 0 | 0.00029216969 | |
| 20398344 | 3 months ago | | | 0 | 0.00017076499 | |
| 20367732 | 3 months ago | | | 0 | 0.00013431423 | |
| 20267933 | 4 months ago | | | 0 | 0.00019734528 | |
| 20251125 | 4 months ago | | | 0 | 0.000047633815 | |
| 20251124 | 4 months ago | | | 0 | 0.000088044674 | |
| 20103037 | 5 months ago | | | 0 | 0.00011133337 | |
| 20103031 | 5 months ago | | | 0 | 0.00010735219 |
ABI
ABI objects
Getter at block 21123353
decimals() view returns (uint8)
18
name() view returns (string)
A Fools Gold
symbol() view returns (string)
PYRITE
totalSupply() view returns (uint256)
9999000000000000000000
Read-only
allowance(address player, address spender) view returns (uint256)
balanceOf(address player) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.