TigerVC DAO
Verified contract
Active on
Ethereum with 710 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "TigerVC DAO"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20338456 | 4 months ago | | | 0 | 0.00050320507 | |
| 20074292 | 5 months ago | | | 0 | 0.00040534354 | |
| 19953530 | 6 months ago | | | 0 | 0.00017694329 | |
| 19505725 | 8 months ago | | | 0 | 0.00048399838 | |
| 19505722 | 8 months ago | | | 0 | 0.00050970062 | |
| 19462903 | 8 months ago | | | 0 | 0.0020108146 | |
| 19308726 | 9 months ago | | | 0 | 0.0012288011 | |
| 19308722 | 9 months ago | | | 0 | 0.0012039349 | |
| 19160840 | 9 months ago | | | 0 | 0.00063617943 | |
| 19160828 | 9 months ago | | | 0 | 0.00059435545 |
ABI
ABI objects
Getter at block 21201416
BURN_TOKEN_ROLE() view returns (bytes32)
0xcf76522267be6fe846994cc9ebd70a74ca2bb374905702dab138305b404391d2
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINT_TOKEN_ROLE() view returns (bytes32)
0x821650d24875d860aeb74c5880ed2f612118829056d3e7545f282a4b19f2ed3f
SET_TOKEN_ROLE() view returns (bytes32)
0x9b27b5f34c38cd0d691143dc6188f9aa90e75f5e87b428e9315e822224da1dd2
baseTokenURI() view returns (string)
ipfs://QmSniokMi4A5HoLAhGNY6PakCs72GtPBe83oFQSpTYQGki/
name() view returns (string)
TigerVC DAO
symbol() view returns (string)
Tiger
totalSupply() view returns (uint256)
2998
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
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)
burnToken(uint256 _tokenId)
grantRole(bytes32 role, address account)
mintToken(uint256 _tokenId, address to)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.