UncannyMinter
Verified contract
Active on
Ethereum with 373 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0ad7…6c21
0x3eab…a837
Balances ($0.00)
No balances found for "UncannyMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19165793 | 9 months ago | | | 0 | 0.00046918186 | |
| 19165434 | 9 months ago | | | 0 | 0.0033966473 | |
| 19165430 | 9 months ago | | | 0 | 0.0039155549 | |
| 19165405 | 9 months ago | | | 0 | 0.0036942387 | |
| 19164927 | 9 months ago | | | 0 | 0.0054104010 | |
| 19164297 | 9 months ago | | | 0 | 0.012306128 | |
| 19164246 | 9 months ago | | | 0 | 0.0037965503 | |
| 19164058 | 9 months ago | | | 0 | 0.0049033601 | |
| 19164031 | 9 months ago | | | 0 | 0.0028407354 | |
| 19164028 | 9 months ago | | | 0 | 0.0030169543 |
ABI
ABI objects
Getter at block 21230193
contractIsOpen() view returns (bool)
false
mintPrice() view returns (uint256)
0
owner() view returns (address result)
0x7aa0f5c54c1c52745e1ddc34db82ee7fa816b6c3
paidMintEnabled() view returns (bool)
false
uccAddress() view returns (address)
0x0ad7fd1d4f89fa8f9625f8adcdd3b7a1cd186c21
uncannyAddress() view returns (address)
0x3eab42f5bf2f775e00b535ceab6555eb8a20a837
uncannyClubAddress() view returns (address)
0xf4eac65bbc94e3be2e3674992c31781032a6d793
withdrawAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
specialIds(uint256 oneOfOneId) view returns (uint256 newOneOfOneId)
State-modifying
Events burnAndMint(uint256[] _tokenIds)
burnAndMintSpecial(uint256 _tokenId)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
paidMint(uint256 _amount) payable
renounceOwnership() payable
requestOwnershipHandover() payable
setContractIsOpen(bool _val)
setMintPrice(uint256 _wei)
setPaidMintEnabled(bool _enabled)
setWithdrawAddress(address _withdrawAddress)
transferOwnership(address newOwner) payable
withdraw()
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
constructor(address _uncannyClubAddress, address _uccAddress, address _uncannyAddress)
This contract contains no fallback and receive objects.
AlreadyInitialized()
AmountTooHigh()
BurnAndMintDisabled()
CantBurnOneOfOneHere()
ContractIsClosed()
MustSendInIdsOfTwo()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotAOneOfOne()
NotApprovedToBurn()
NotYourToken()
PaidMintClosed()
SetWithdrawAddress()
Unauthorized()
WithdrawFailed()
WrongPrice()