ChainGuardians LE
Verified contract
Active on
Ethereum with 1,988 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 "ChainGuardians LE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21294465 | a day ago | | | 0 | 0.00097205552 | |
| 21261642 | 6 days ago | | | 0 | 0.00035042311 | |
| 21240367 | 9 days ago | | | 0 | 0.00049842857 | |
| 20831103 | 2 months ago | | | 0 | 0.0019536588 | |
| 20821664 | 2 months ago | | | 0 | 0.0015890396 | |
| 20809512 | 2 months ago | | | 0 | 0.00029912350 | |
| 20809512 | 2 months ago | | | 0 | 0.00029966950 | |
| 20809512 | 2 months ago | | | 0 | 0.00029966950 | |
| 20739511 | 3 months ago | | | 0 | 0.00012947300 | |
| 20739447 | 3 months ago | | | 0 | 0.00010590354 |
ABI
ABI objects
Getter at block 21301940
baseTokenURI() view returns (string)
https://api.opensea.io/api/v1/metadata/0x4fe99deb8f0be517c31faaad49b4b054ed28c267/
isOwner() view returns (bool)
false
name() view returns (string)
ChainGuardians LE
openSeaVersion() pure returns (string)
1.2.0
owner() view returns (address)
0x011e1af0ba01e9d0919b0c152d49af28883b74a8
symbol() view returns (string)
CGT
totalSupply() view returns (uint256)
1162
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setBaseTokenURI(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, address _proxyRegistryAddress, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.