Underworld
Verified contract
Proxy
Active on
Ethereum with 1,592 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "Underworld"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21321329 | 2 days ago | | | 0 | 0.0011434595 | |
| 21299904 | 5 days ago | | | 0 | 0.00058879757 | |
| 21299736 | 5 days ago | | | 0 | 0.00046084505 | |
| 21299717 | 5 days ago | | | 0 | 0.00049210669 | |
| 21286086 | 7 days ago | | | 0 | 0.00047735421 | |
| 21284477 | 7 days ago | | | 0 | 0.00053923870 | |
| 21282154 | 7 days ago | | | 0 | 0.0015584678 | |
| 21281048 | 7 days ago | | | 0 | 0.0013562912 | |
| 21269701 | 9 days ago | | | 0 | 0.00034795493 | |
| 21268998 | 9 days ago | | | 0 | 0.00059648412 |
ABI
ABI objects
Getter at block 21333074 proxiableUUID() view returns (bytes32)
baseERC20() view returns (address base)
0x00000000e88649dd6aab90088ca25d772d4607d0
name() view returns (string result)
Underworld
owner() view returns (address)
0x5fa30289da8feb6d3f7ba3af5ea859f84fae53ae
symbol() view returns (string result)
UDW
totalSupply() view returns (uint256 result)
3801
Read-only
balanceOf(address nftOwner) view returns (uint256 result)
getApproved(uint256 id) view returns (address)
isApprovedForAll(address nftOwner, address operator) view returns (bool result)
lockedIds(address account, uint256 begin, uint256 end) view returns (uint256[])
ownedIds(address account, uint256 begin, uint256 end) view returns (uint256[])
ownerAt(uint256 id) view returns (address result)
ownerOf(uint256 id) view returns (address result)
supportsInterface(bytes4 interfaceId) view returns (bool result)
tokenURI(uint256 id) view returns (string result)
State-modifying
Events acceptBid(struct BT404MirrorNFTOrder[] orders)
acceptOffer(struct BT404MirrorNFTOrder[] orders) payable
approve(address spender, uint256 id)
bidForBuy(struct BT404MirrorNFTOrder[] orders) payable
cancelBid(uint256[] ids)
cancelOffer(uint256[] ids)
exchange(uint256 idX, uint256 idY) returns (uint256 exchangeFee)
initialize() payable
offerForSale(struct BT404MirrorNFTOrder[] orders)
pullOwner()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 id)
updateLockState(uint256[] ids, bool lock)
upgradeToAndCall(address newImplementation, bytes data) payable
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
Bid(uint256 indexed id, address indexed from, uint256 price, address bidToken)
Bought(uint256 indexed id, address indexed from, address indexed to, uint256 price, address token, address maker)
CancelBid(uint256 indexed id, address indexed from)
CancelOffer(uint256 indexed id, address indexed owner)
Exchange(uint256 indexed idX, uint256 indexed idY, uint256 exchangeFee)
Offer(uint256 indexed id, address indexed to, uint256 minPrice, address offerToken)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
UpdateLockState(address indexed owner, uint256 indexed id, bool lockStatus)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
fallback()
receive()
AlreadyLinked()
CannotLink()
NotLinked()
Reentrancy()
SenderNotBase()
SenderNotDeployer()
TransferToNonERC721ReceiverImplementer()
Unauthorized()
UnauthorizedCallContext()
UpgradeFailed()