Tribes Of Ogun
Verified contract
Active on
Ethereum with 3,627 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 "Tribes Of Ogun"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160099 | a day ago | | | 0 | 0.00098523757 | |
| 20693521 | 2 months ago | | | 0 | 0.00097557655 | |
| 20660964 | 2 months ago | | | 0 | 0.000031865485 | |
| 20365240 | 4 months ago | | | 0 | 0.00014548780 | |
| 20156358 | 5 months ago | | | 0 | 0.00014178890 | |
| 20156236 | 5 months ago | | | 0 | 0.000092867892 | |
| 20066650 | 5 months ago | | | 0 | 0.000097316000 | |
| 19787031 | 6 months ago | | | 0 | 0.00024977778 | |
| 19730229 | 7 months ago | | | 0 | 0.00014551604 | |
| 19730229 | 7 months ago | | | 0 | 0.00025580164 |
ABI
ABI objects
Getter at block 21169259
MAX_ITEMS() view returns (uint256)
5500
MAX_MINT() view returns (uint256)
20
MAX_MINT_PRESALE() view returns (uint256)
5
MAX_PRESALE_ITEMS() view returns (uint256)
925
PRICE() view returns (uint256)
68000000000000000
baseTokenURI() view returns (string)
ipfs://bafybeibmkg7rnnr2okaphfxsmoa3zkysjfrxq2e2vglf3cbtmvpf3vum4e/
devAddress() view returns (address)
0x24c9540bd3db9cac1852a6243ac37a37144a7fe4
name() view returns (string)
Tribes Of Ogun
owner() view returns (address)
0x9110730b731a8e8b3492f2e27fbe401d01067050
paused() view returns (bool)
false
symbol() view returns (string)
TOO
totalMint() view returns (uint256)
3180
totalSupply() view returns (uint256)
3178
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onPresaleList(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleListClaimedBy(address owner) view returns (uint256)
price(uint256 _count) pure returns (uint256)
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 addToPresaleList(address[] addresses)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address _to, uint256 _count) payable
mintReserve(uint256 _count, address _to)
pause(bool val)
presaleMint(address _to, uint256 _count) payable
removeFromPresaleList(address[] addresses)
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)
togglePresale()
toggleSale()
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)
CreateNft(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.