FreedomWrld
Verified contract
Active on
Ethereum with 365 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
No balances found for "FreedomWrld"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21129782 | 12 days ago | | | 0 | 0.00093031284 | |
| 20633888 | 3 months ago | | | 0 | 0.000061512943 | |
| 20591815 | 3 months ago | | | 0 | 0.00028759410 | |
| 20568575 | 3 months ago | | | 0 | 0.00030483777 | |
| 20515151 | 3 months ago | | | 0 | 0.00018404113 | |
| 20496238 | 3 months ago | | | 0 | 0.000037551549 | |
| 20496225 | 3 months ago | | | 0 | 0.000036276992 | |
| 20476802 | 3 months ago | | | 0 | 0.00016210389 | |
| 20456960 | 3 months ago | | | 0 | 0.0011955198 | |
| 20439618 | 4 months ago | | | 0 | 0.00011437659 |
ABI
ABI objects
Getter at block 21218448
baseERC20() view returns (address base)
0x616300b0f9db555cb2c645a943104035b4dbb347
name() view returns (string)
FreedomWrld
owner() view returns (address)
0x6e7de08f9dc987d881d84456970581d047520b99
paused() view returns (bool)
false
symbol() view returns (string)
FREE
totalSupply() view returns (uint256)
1888
Read-only
balanceOf(address nftOwner) view returns (uint256)
getApproved(uint256 id) view returns (address)
isApprovedForAll(address nftOwner, address operator) view returns (bool)
ownerAt(uint256 id) view returns (address)
ownerOf(uint256 id) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool result)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address spender, uint256 id) payable
pullOwner() returns (bool)
safeTransferFrom(address from, address to, uint256 id) payable
safeTransferFrom(address from, address to, uint256 id, bytes data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 id) payable
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed id)
Unpaused(address account)
constructor(address deployer)
fallback()
receive()
AlreadyLinked()
CannotLink()
EnforcedPause()
ExpectedPause()
FnSelectorNotRecognized()
NotLinked()
SenderNotBase()
SenderNotDeployer()
TransferToNonERC721ReceiverImplementer()