Supremacy Genesis
Verified contract
Active on
Ethereum with 4,370 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 "Supremacy Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20559235 | 3 months ago | | | 0 | 0.000023334143 | |
| 20352001 | 4 months ago | | | 0 | 0.00011921573 | |
| 20351981 | 4 months ago | | | 0 | 0.00046177512 | |
| 20296100 | 4 months ago | | | 0 | 0.000039487648 | |
| 20296098 | 4 months ago | | | 0 | 0.000042185300 | |
| 20144942 | 5 months ago | | | 0 | 0.00040942507 | |
| 20144876 | 5 months ago | | | 0 | 0.00041599448 | |
| 20144816 | 5 months ago | | | 0 | 0.00043756523 | |
| 20138265 | 5 months ago | | | 0 | 0.000073330171 | |
| 20040143 | 5 months ago | | | 0 | 0.00064609942 |
ABI
ABI objects
Getter at block 21216187
name() view returns (string)
Supremacy Genesis
owner() view returns (address)
0xecfb1f31f012db0bf6720610301f23f064c567f9
signer() view returns (address)
0xecfb1f31f012db0bf6720610301f23f064c567f9
symbol() view returns (string)
SUPREMACY GENESIS
totalSupply() view returns (uint256)
1458
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nonces(address) view returns (uint256)
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)
devBatchMint(address to, uint256 fromID, uint256 amount)
devBurn(uint256 id)
devMint(address to, uint256 id)
devSetBaseURI(string newURI)
devSetSigner(address _signer)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
signedMint(uint256 tokenID, bytes signature, uint256 expiry)
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)
SetSigner(address _signer)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address signer, string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.