MegaToads
Verified contract
Proxy
Active on
Ethereum with 2,770 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
0xd668…9122
0xffbf…9b25
-
variable spans 999 additional slots
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BICO | ERC-20 | 412K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21062531 | a month ago | | | 0 | 0.00032268795 | |
| 21006318 | a month ago | | | 0 | 0.00049051422 | |
| 20774699 | 2 months ago | | | 0 | 0.00092673962 | |
| 20543982 | 3 months ago | | | 0 | 0.000059814190 | |
| 20403968 | 4 months ago | | | 0 | 0.00018730731 | |
| 20403967 | 4 months ago | | | 0 | 0.00018323332 | |
| 20250379 | 5 months ago | | | 0 | 0.000084637558 | |
| 19884684 | 6 months ago | | | 0 | 0.00026615100 | |
| 19877576 | 6 months ago | | | 0 | 0.00047682603 | |
| 19871582 | 6 months ago | | | 0 | 0.00020050128 |
ABI
ABI objects
Getter at block 21293953
Frog() view returns (address)
0xd668a2e001f3385b8bbc5a8682ac3c0d83c19122
MAX_SUPERS() view returns (uint256)
20
MAX_TOADS() view returns (uint256)
1000
NUM_TRAITS() view returns (uint256)
6
VOLTAGE() view returns (address)
0xffbf315f70e458e49229654dea4ce192d26f9b25
name() view returns (string)
MegaToads
numSupers() view returns (uint256)
20
owner() view returns (address)
0xafd618064739a2820f5f80c2585563a8af0e6871
saleIsActive() view returns (bool)
true
symbol() view returns (string)
MT
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTraits(uint256 tokenId) view returns (uint256, uint256, uint256, uint256, uint256, uint256)
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
_setBaseURI(string newBaseURI)
approve(address to, uint256 tokenId)
initialize()
mintSupers(uint256 numOfSupers)
mintToad(uint256[] frogIds, uint256[] frogIndicesToUseForTraits)
pauseSale()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFrog(address FrogAddy)
setVoltage(address VOLTaddy)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateToads(uint256[] tokenIds, uint256[] traitIds, uint8[] traits)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.