Fud Token
Verified contract
Active on
Ethereum with 2,361 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 "Fud Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21023452 | a month ago | | | 0 | 0.00046497633 | |
| 20773257 | 2 months ago | | | 0 | 0.00050949150 | |
| 20670871 | 3 months ago | | | 0 | 0.00021987111 | |
| 20597730 | 3 months ago | | | 0 | 0.000097457892 | |
| 18908098 | a year ago | | | 0 | 0.00036680942 | |
| 18908097 | a year ago | | | 0 | 0.00067284645 | |
| 18901200 | a year ago | | | 0 | 0.00069450545 | |
| 18900451 | a year ago | | | 0 | 0.00089306044 | |
| 18896103 | a year ago | | | 0 | 0.00060818244 | |
| 18858297 | a year ago | | | 0 | 0.00092227468 |
ABI
ABI objects
Getter at block 21305112
attentionFudContract() view returns (address)
0x0000000000000000000000000000000000000000
name() pure returns (string)
Fud Token
owner() view returns (address)
0xaddaf99990b665d8553f08653966fa8995cc1209
paused() view returns (bool)
true
saleIsActive() view returns (bool)
false
symbol() pure returns (string)
FUD
tokenPrice() view returns (uint256)
25000000000000000
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
flipSaleState()
joinFUD()
mint(uint256 numberOfTokens) payable
pause()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setAttentionContract(address contractAddress)
setPrice(uint256 price)
setURI(string newuri)
transferOwnership(address newOwner)
unpause()
withdrawAll()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PaymentReleased(address to, uint256 amount)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
priceChange(address _by, uint256 price)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.