Royal Society
Verified contract
Active on
Ethereum with 9,567 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 "Royal Society"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252167 | 3 days ago | | | 0 | 0.0016123882 | |
| 21252156 | 3 days ago | | | 0 | 0.0016578407 | |
| 21179343 | 13 days ago | | | 0 | 0.0092171686 | |
| 21179340 | 13 days ago | | | 0 | 0.0097492021 | |
| 21179335 | 13 days ago | | | 0 | 0.0078194139 | |
| 21179332 | 13 days ago | | | 0 | 0.0067087713 | |
| 21179324 | 13 days ago | | | 0 | 0.0083074735 | |
| 21179320 | 13 days ago | | | 0 | 0.010068374 | |
| 21179316 | 13 days ago | | | 0 | 0.0090896415 | |
| 21179310 | 13 days ago | | | 0 | 0.010003812 |
ABI
ABI objects
Getter at block 21270709
MAX_SUPPLY() view returns (uint256)
10000
RESERVES() view returns (uint256)
151
getSaleTime() view returns (uint256)
1626987600
isSaleOpen() view returns (bool)
true
name() view returns (string)
Royal Society
owner() view returns (address)
0xed93ef3745c23b94879092a3ec7939cf6ceac990
symbol() view returns (string)
ROYALSOCIETY
totalSupply() view returns (uint256)
10000
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
getReserves(uint256 _count)
mint(uint256 _count) payable
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)
setSaleTime(uint256 time)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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 baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.