THE ROADMAP
Verified contract
Active on
Ethereum with 393 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 "THE ROADMAP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16696263 | 2 years ago | | | 0 | 0.0015384221 | |
| 16680263 | 2 years ago | | | 0 | 0.00094903513 | |
| 16677023 | 2 years ago | | | 0 | 0.0034117928 | |
| 16676961 | 2 years ago | | | 0 | 0.0031992303 | |
| 16676943 | 2 years ago | | | 0 | 0.0015647577 | |
| 16676839 | 2 years ago | | | 0 | 0.0032570482 | |
| 16676796 | 2 years ago | | | 0 | 0.0017761394 | |
| 16676794 | 2 years ago | | | 0 | 0.0015762160 | |
| 16676789 | 2 years ago | | | 0 | 0.0017200994 | |
| 16676789 | 2 years ago | | | 0 | 0.0017200994 |
ABI
ABI objects
Getter at block 21093706
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
devSupply() view returns (uint256)
0
maxFreeMintSupply() view returns (uint256)
777
maxMintPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
777
mintPrice() view returns (uint256)
2000000000000000
name() view returns (string)
THE ROADMAP
owner() view returns (address)
0xb82307ceb8e4ffd1c883972e4f4f70b456d603c5
symbol() view returns (string)
ROADMAP
totalSupply() view returns (uint256)
429
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
devMint(address addr, uint256 count)
mint(uint256 count) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setPrefix(string _uri)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()