SurgeEmergence
Verified contract
Active on
Ethereum with 638 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SurgeEmergence"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20502866 | 3 months ago | | | 0 | 0.000041628371 | |
| 20111217 | 5 months ago | | | 0 | 0.00018685038 | |
| 18207274 | a year ago | | | 0 | 0.00042036702 | |
| 17700396 | a year ago | | | 0 | 0.00054931332 | |
| 17699583 | a year ago | | | 0 | 0.00075648438 | |
| 17699574 | a year ago | | | 0 | 0.00083794178 | |
| 17362302 | a year ago | | | 0 | 0.0011721886 | |
| 17009304 | 2 years ago | | | 0 | 0.00051798218 | |
| 16419468 | 2 years ago | | | 0 | 0.00069536441 | |
| 16415179 | 2 years ago | | | 0 | 0.00094004802 |
ABI
ABI objects
Getter at block 21162969
airdropActive() view returns (bool)
true
baseURI() view returns (string)
https://surge-emergence-metadata.s3.eu-west-2.amazonaws.com/
contractURI() view returns (string)
https://nft-contracts.s3.eu-west-2.amazonaws.com/surge-emergence
metadataURI() view returns (string)
https://nft-contracts.s3.eu-west-2.amazonaws.com/surge-emergence
name() view returns (string)
SurgeEmergence
owner() view returns (address)
0x7302a94dc6c181a68b11d42027c65dde430d6f46
symbol() view returns (string)
surge-emergence
totalSupply() view returns (uint256)
510
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
mint(uint256[] surgeIds)
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)
setMetadataURI(string _newMetadataURI)
toggleAirdropActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _to, uint256 _amount)
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 surgeAddress, string tokenBaseURI, string tokenMetadataURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.