EntityTrading
Verified contract
Active on
Base with 1,403 txns
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 |
---|---|---|---|---|---|
TFGNFT | ERC-721 | 1 | -- | -- | |
TFGNFT | ERC-721 | 1 | -- | -- | |
TFGNFT | ERC-721 | 1 | -- | -- | |
TFGNFT | ERC-721 | 1 | -- | -- | |
TFGNFT | ERC-721 | 1 | -- | -- | |
TFGNFT | ERC-721 | 1 | -- | -- | |
TFGNFT | ERC-721 | 1 | -- | -- | |
TFGNFT | ERC-721 | 1 | -- | -- | |
TFGNFT | ERC-721 | 1 | -- | -- | |
TFGNFT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21758963 | 2 days ago | | | 0 | 8.7324679e-7 | |
| 21758228 | 2 days ago | | | 0 | 0.000000809371711320 | |
| 21758210 | 2 days ago | | | 0 | 8.5982843e-7 | |
| 21758186 | 2 days ago | | | 0 | 8.2486661e-7 | |
| 21758139 | 2 days ago | | | 0 | 8.7636458e-7 | |
| 21758118 | 2 days ago | | | 0 | 8.7948236e-7 | |
| 21758074 | 2 days ago | | | 0 | 7.9888650e-7 | |
| 21757276 | 2 days ago | | | 0 | 8.7948236e-7 | |
| 21757192 | 2 days ago | | | 0 | 8.7948236e-7 | |
| 21754165 | 2 days ago | | | 0 | 8.8372425e-7 |
ABI
ABI objects
Getter at block 21851756
listingCount() view returns (uint256)
797
nukeFundAddress() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
taxCut() view returns (uint256)
0
Read-only
listedTokenIds(uint256) view returns (uint256)
listings(uint256) view returns (address seller, uint256 tokenId, uint256 price, bool isActive)
State-modifying
Events buyNFT(uint256 tokenId) payable
cancelListing(uint256 tokenId)
listNFTForSale(uint256 tokenId, uint256 price)
pause()
setTaxCut(uint256 _taxCut)
unpause()
ListingCanceled(uint256 indexed tokenId, address indexed seller)
NFTListed(uint256 indexed tokenId, address indexed seller, uint256 price)
NFTSold(uint256 indexed tokenId, address indexed seller, address indexed buyer, uint256 price, uint256 nukeFundContribution)
NukeFundContribution(address indexed from, uint256 amount)
Paused(address account)
Unpaused(address account)
constructor(address addressProvider)
This contract contains no fallback and receive objects.
AddressCantBeZero()
CallerNotProtocolMaintainer(address caller)