ChecksElements
Verified contract
Proxy
Active on
Ethereum with 347 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "ChecksElements"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21296920 | 9 hours ago | | | 0 | 0.00031900215 | |
| 21296920 | 9 hours ago | | | 0 | 0.00031984021 | |
| 21028689 | a month ago | | | 0 | 0.0033784013 | |
| 21010104 | a month ago | | | 0 | 0.00040361689 | |
| 21006186 | a month ago | | | 0 | 0.00057600376 | |
| 20880512 | 2 months ago | | | 0 | 0.00047344045 | |
| 20742165 | 3 months ago | | | 0 | 0.00021170756 | |
| 20659362 | 3 months ago | | | 0 | 0.000061389647 | |
| 20485204 | 4 months ago | | | 0 | 0.00077779283 | |
| 19890873 | 6 months ago | | | 0 | 0.00044378486 |
ABI
ABI objects
Getter at block 21299645
name() view returns (string)
ChecksElements
owner() view returns (address)
0xc8f8e2f59dd95ff67c3d39109eca2e2a017d4c8a
symbol() view returns (string)
Elements
totalSupply() view returns (uint256)
152
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address to, uint256 tokenId)
initialize()
premint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.