BullsOnTheBlock Evo
Verified contract
Active on
Ethereum with 7,339 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3a87…bb5f
Balances ($0.00)
No balances found for "BullsOnTheBlock Evo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247421 | a day ago | | | 0 | 0.00052336791 | |
| 21246016 | 2 days ago | | | 0 | 0.00090320592 | |
| 21218606 | 5 days ago | | | 0 | 0.00028615860 | |
| 21218603 | 5 days ago | | | 0 | 0.00053237495 | |
| 21143507 | 16 days ago | | | 0 | 0.0011648582 | |
| 21107084 | 21 days ago | | | 0 | 0.00036382724 | |
| 21099744 | 22 days ago | | | 0 | 0.0010273265 | |
| 21096823 | 22 days ago | | | 0 | 0.00020644487 | |
| 21096800 | 22 days ago | | | 0 | 0.00019024360 | |
| 21096798 | 22 days ago | | | 0 | 0.00018786102 |
ABI
ABI objects
Getter at block 21257951
OG_VAULT() view returns (address)
0x5221b7fe10506a4341d402851fd44919d7b11255
evolveIsActive() view returns (bool)
true
godsAreReleased() view returns (bool)
false
name() view returns (string)
BullsOnTheBlock Evo
owner() view returns (address)
0xe56a6844ced868afb88272c669835d1f06191438
symbol() view returns (string)
EVOBOTB
totalSupply() view returns (uint256)
7464
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTimeVaulted(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isEvolved(uint256 _tokenId) 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)
evolveBull(uint256 _tokenId)
evolveNBulls(uint256[] _tokenIds)
flipSaleState()
mintPhoenix()
releaseTheGods()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setOGVault(address _address)
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)
Evolve(address _from, uint256 _tokenId)
EvolveMultiple(address _from, uint256[] _tokenIds)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.